home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
basic
/
ace24dist.lha
/
ace24.lha
/
include
/
funcs
/
wb_funcs.h
< prev
Wrap
C/C++ Source or Header
|
1996-09-10
|
1KB
|
44 lines
#ifndef FUNCS_WB_FUNCS_H
#define FUNCS_WB_FUNCS_H
/*
**
** Function declarations for ACE Basic
**
** Note: Translated to ACE by Nils Sjoholm
**
** Date: 11-Oct-95 TO 14-Oct-95
**
*/
/*--- functions in V36 OR higher (Release 2.0) ---*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
DECLARE FUNCTION STRUCTPTR AddAppWindowA( LONGINT id, LONGINT userdata, \
STRUCTPTR _window, STRUCTPTR msgport, \
STRUCTPTR taglist ) LIBRARY wb
DECLARE FUNCTION BOOL RemoveAppWindow( STRUCTPTR appWindow ) LIBRARY wb
DECLARE FUNCTION STRUCTPTR AddAppIconA( LONGINT id, LONGINT userdata, \
ADDRESS text, STRUCTPTR msgport, \
STRUCTPTR lock, STRUCTPTR diskobj, \
STRUCTPTR taglist ) LIBRARY wb
DECLARE FUNCTION BOOL RemoveAppIcon( STRUCTPTR appIcon ) LIBRARY wb
DECLARE FUNCTION STRUCTPTR AddAppMenuItemA( LONGINT id, LONGINT userdata, \
ADDRESS text, STRUCTPTR msgport, STRUCTPTR taglist ) LIBRARY wb
DECLARE FUNCTION BOOL RemoveAppMenuItem( STRUCTPTR appMenuItem ) LIBRARY wb
/*--- functions in V39 OR higher (Release 3) ---*/
DECLARE FUNCTION WBInfo( BPTR lock, STRPTR _NAME, STRUCTPTR _SCREEN ) LIBRARY wb
#endif /* FUNCS_WB_FUNCS_H */